import styles from "./title.module.css"; import Image from "next/image"; import Link from "next/link"; import { PreFetchMangaInfo } from "../cacher"; // This page displays all the available mangas or manhwas when the user searches for one/ export default async function MangaInfo({ params }) { const title = params.title; const data = await GetSearchedAnime(title); PreFetchMangaInfo(data); return (
Searched for: {decodeURIComponent(title)}
{item.title["english"] || item.title["romaji"]}
{desc.includes &&
desc.includes("
{item.status}
Chapters: {item.totalChapters}
Volumes: {item.volumes}